spring boot jpa in clause

109

spring boot jpa in clause -

@Query( "select o from MyObject o where inventoryId in :ids" )
List<MyObject> findByInventoryIds(@Param("ids") List<Long> inventoryIdList);

Comments

Submit
0 Comments